Skip to content

chore: relax utopia-php version constraints to allow patches#63

Merged
ChiragAgg5k merged 2 commits into
mainfrom
chore/relax-version-constraints
May 15, 2026
Merged

chore: relax utopia-php version constraints to allow patches#63
ChiragAgg5k merged 2 commits into
mainfrom
chore/relax-version-constraints

Conversation

@ChiragAgg5k
Copy link
Copy Markdown
Member

Summary

  • Relax utopia-php/cli, utopia-php/queue, and utopia-php/servers to the x.x.* pattern so patch releases can be picked up without composer.json changes.
  • utopia-php/http is left as ^2.0@RC since 2.0 is still pre-stable.

Test plan

  • composer update resolves without errors
  • composer test passes

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 15, 2026

Greptile Summary

This PR relaxes three utopia-php dependency constraints from exact version pins to patch-wildcard ranges (x.y.*), allowing patch releases to be picked up via composer update without editing composer.json. The composer.lock hash was updated but no resolved versions changed.

  • utopia-php/cli, utopia-php/queue, and utopia-php/servers are loosened to 0.23.*, 0.18.*, and 0.4.* respectively.
  • utopia-php/http is intentionally left at ^2.0@RC since the 2.0 line is still pre-stable.

Confidence Score: 5/5

Safe to merge — only version constraint syntax changed, no packages were upgraded, and the lock file continues to pin the exact same resolved versions.

The change is purely declarative: three exact pins become patch-wildcard ranges. The lock file confirms no actual dependency versions shifted, so runtime behaviour is identical until a deliberate composer update is run.

No files require special attention.

Important Files Changed

Filename Overview
composer.json Relaxes three utopia-php package constraints from exact pins to patch-wildcard (x.y.*); utopia-php/http remains at ^2.0@RC intentionally
composer.lock Only the content-hash updated; resolved package versions are unchanged, confirming no dependency upgrades were pulled in

Reviews (2): Last reviewed commit: "chore: refresh composer.lock content-has..." | Re-trigger Greptile

@ChiragAgg5k ChiragAgg5k merged commit a67e503 into main May 15, 2026
5 checks passed
@ChiragAgg5k ChiragAgg5k deleted the chore/relax-version-constraints branch May 15, 2026 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants